home *** CD-ROM | disk | FTP | other *** search
/ The Game Master (3rd Edition) / The Game Master 3rd edition.iso / files / gameects / unprotec / nodoc.bat < prev    next >
DOS Batch File  |  1989-07-31  |  255b  |  13 lines

  1. echo off
  2. cls
  3. rem
  4. echo - making backup copy
  5. echo - unprotecting abrams battle tank version
  6. rem
  7. copy start.exe  oldstart.exe
  8. rename start.exe start.unp
  9. debug start.unp  < start.dbg
  10. rename start.unp  start.exe
  11. rem
  12. echo run abrams to start game
  13.